home *** CD-ROM | disk | FTP | other *** search
- !Include("CarSetupOptions.def")
-
- Option("&SETUPCAR_lowspeed& ")
- {
- SetParam("m_nGearbox", "1")
- Description("&SETUPCAR_gearratio&")
- Icon( "Gears_2" )
-
- }
-
- Option("&SETUPCAR_medium& ")
- {
- Default()
- SetParam("m_nGearbox", "3")
- Description("&SETUPCAR_gearratio&")
- Icon( "Gears_4" )
-
- }
-
- Option("&SETUPCAR_highspeed& ")
- {
- SetParam("m_nGearbox", "5")
- Description("&SETUPCAR_gearratio&")
- Icon( "Gears_6" )
-
- }
-